
*{
	padding: 0px;
	margin: 0px;
	font-family: Poppins, sans-serif;
	box-sizing: border-box;
}



.Container2 div{
	display: flex;
	padding-left: 10px;
	justify-content: space-between;
	line-height: 0px;
}


nav ul{
	list-style:none;
	float:right;
	display:flex;
}

div .elements nav li{
	list-style: none;
	float: left;   
}
div .navi nav li a {
	margin-left: auto;
}

nav ul li a {
	line-height: 80px;
	color: #b3b3b3;
	padding: 30px 30px;
	text-decoration:none;
	font-size: 20px;
	text-transform:upper;
}

nav ul li a:hover{
	background: #545454;
	border-radius: 6px;
	background: rgba(0,0,0,0.8);
	transition:2s;
	width:20%;

}


.section{
	width: 100%;
	min-height: 100vh;
	
}

.container{
	width: 80%;
	display: block;
	margin: auto;
	padding-top: 100px;
}

.content-section{
	float: left;
	width: 55%;
}

.image-section{
	float: right;
	width: 40%;
}
.image-section img{
	width: 100;
	height: auto;
}

.content-section .title{
	text-transform:upppercase ;
	font-size: 28px;
	color: white;
}

.content-section .content h3{
	margin-top: 20px;
	color: white;
	font-size: 21px;
}

.content-section .content .p{
	margin-top: 10px;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 1.5;

}

.content-section .content .button{
	margin-top: 30px;
}

.content-section .content .button a{
	background-color:#3d3d3d;
	padding: 12px 40px;
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	letter-spacing: 1.5px;
}


.content-section .content .button a:hover{
	transition: 1.2s;
	background-color: #a52a2a;
	color: #fff;
}

.content-section .social{
	margin-top:60px 40px;
}

.content-section .social i{
	color:  #a52a2a;
	font-size: 30px;
	padding: 20px 10px;
}


.content-section .social i:hover{
	color:  #3d3d3d;
	
}


.container_f{
	display: flex;
	color: white;
}

.right{
padding-left: 50%;
}

ion-icon{
	color: white;
}
p{
	color: white;
}